home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / compsci / arcsgm.cpt / ARC SGML 1.0 / MPW scripts / MPW Worksheet base < prev    next >
Encoding:
Text File  |  1991-12-17  |  1.9 KB  |  28 lines

  1. search 'es;' :sgmlh:action.h :sgmlh:adl.h :sgmlh:entity.h :sgmlh:envcb.h :sgmlh:error.h :sgmlh:etype.h :sgmlh:keyword.h :sgmlh:lextoke.h :sgmlh:sgmlapi.h :sgmlh:sgmlcb.h :sgmlh:sgmlfnsm.h :sgmlh:sgmlincl.h :sgmlh:sgmlmain.h :sgmlh:sgmlxtrn.h :sgmlh:source.h :sgmlh:synxtrn.h :sgmlh:tools.h :sgmlh:trace.h :sgmlh:vmfnsm.h :sgmlh:vmincl.h :sgmlh:vmxtrn.h
  2. search 'es' :sgmlc:arclexrf.c :sgmlc:arcpcbrf.c :sgmlc:arcsynrf.c :sgmlc:context.c :sgmlc:mcsgmlio.c :sgmlc:modmd1.c :sgmlc:modmd2.c :sgmlc:modpars1.c :sgmlc:modpars2.c :sgmlc:modserv.c :sgmlc:modsgml1.c :sgmlc:modsgml2.c :sgmlc:sgmlapi.c :sgmlc:sgmlmem.c :sgmlc:sgmlmsg.c :sgmlc:sgmlsubs.c :sgmlc:sgmlxtrn.c :sgmlc:traceset.c :sgmlc:vm2.c :sgmlc:vmxtrn.c
  3. # These are debugging trace switches. See ARCTECH.DOC for details.
  4. Set T 1                                    # Instance trace state transitions
  5. Set A 1                                    # Instance trace attribute activity
  6. Set C 1                                    # Instance trace context checking
  7. Set D 1                                    # Instance trace declaration parsing
  8. Set E 1                                    # Instance trace entity activity
  9. Set G 1                                    # Instance trace group creations
  10. Set I 1                                    # Instance trace ID activity
  11. Set M 1                                    # Instance trace MS activity
  12. Set N 1                                    # Instance trace notation activity
  13. Set PT 1                                # Prolog trace state transitions
  14. Set PA 1                                # Prolog trace attribute activity
  15. Set PD 1                                # Prolog trace declaration parsing
  16. Set PE 1                                # Prolog trace entity activity
  17. Set PG 1                                # Prolog trace group creations
  18. Set PM 1                                # Prolog trace MS activity
  19. Set PN 1                                # Prolog trace notation activity
  20. Export T A C D E G I M N
  21. Export PT PA PD PE PG PM PN
  22. vm2 -s
  23. vm2 -S test1.sgm >test1.vm2
  24. Set TC5Base "L105Q:Development:"        # Path for THINK C 5
  25. Set DOSBase "C105Q:ARC SGML sit:test:"    # Path for original SGML UG DOS test results
  26. Set MPWBase "C105Q:MPW:ARC SGML:"        # Path for MPW (Normally already set.)
  27. CompareFiles "{TC5Base}ARC SGML:test1.vm2a" test1.vm2
  28. CompareFiles "{DOSBase}test1.VM2" test1.vm2